java.lang.Objectgreenfoot.Actor
strasse
public class strasse
Write a description of class strasse here.
| Constructor Summary | |
|---|---|
strasse()
|
|
| Method Summary | |
|---|---|
void |
act()
Act - do whatever the strasse wants to do. |
| Methods inherited from class greenfoot.Actor |
|---|
addedToWorld, getImage, getIntersectingObjects, getNeighbours, getObjectsAtOffset, getObjectsInRange, getOneIntersectingObject, getOneObjectAtOffset, getRotation, getWorld, getWorldOfType, getX, getY, intersects, isAtEdge, isTouching, move, removeTouching, setImage, setImage, setLocation, setRotation, turn, turnTowards |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public strasse()
| Method Detail |
|---|
public void act()
act in class greenfoot.Actor